home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: thepfeif@ix.netcom.com(Dennis Pfeiffer )
- Newsgroups: comp.lang.c
- Subject: Re: C on Turbo C++??
- Date: 24 Jan 1996 19:33:04 GMT
- Organization: Netcom
- Message-ID: <4e61hg$jcf@reader2.ix.netcom.com>
- References: <Pine.A32.3.91.960119092311.232146A-100000@musca.unm.edu> <4du6r4$ao9@redstone.interpath.net>
- NNTP-Posting-Host: sdx-ca11-16.ix.netcom.com
- X-NETCOM-Date: Wed Jan 24 11:33:04 AM PST 1996
-
- In <4du6r4$ao9@redstone.interpath.net> softbase@mercury.interpath.net
- (Scott McMahan - Softbase Systems) writes:
- >
- >Kermyt Grant Anderson (kganders@unm.edu) wrote:
- >
- >: Does anyone know if I would have any problems compiling C programs
- on
- >: Turbo C++?
- >
- >I doubt it, since you can change it to compile ANSI (and K&R) C
- >and ignore all the C++ extensions and changes.
- >
- >Scott
- >
- I tried this and got an error that it could not find my include.h
- files, even though I am pointing to them in the directories menu. I am
- using TurboC++ 3.0. Does anyone know why Turbo C++ 3.0 does not
- recognize this statement.
-
- # include <iostream.h>
-
-
-